-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add go-libp2p in 2022 blog entry #33
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go go-libp2p ✨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
|
||
### Simplify libp2p Setup Logic with Fx 🦄 | ||
|
||
In [v0.24.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.24.0) go-libp2p included a change to use [Fx](https://github.com/uber-go/fx), a Go dependency injection library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really, this is not an outwards-facing change.
It just massively simplified how we construct our transports, and it will enable us to properly start and stop libp2p services in the future (see libp2p/go-libp2p#1993).
@marten-seemann @MarcoPolo may I get your review, I'll publish this today |
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 18.5%, saving 134.78 KB.
44 images did not require optimisation. |
Co-authored-by: Danny Salman <salman.danny03@hotmail.com>
Co-authored-by: Max Inden <mail@max-inden.de>
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 16.4%, saving 81.83 KB.
45 images did not require optimisation. |
Followup on #33 since I missed the review there Areas of focus: 1. Making clear that this is the EngRes go-libp2p team. I know there isn't another team currently, but we would love it if there was. 2. Clarifying QUIC heading 3. Moving some things up that were should be considered features I believe.
No description provided.